LassoScript Utility
Basics Browse Detail

[Date->Second]

Tag Link [Date->Second] Category Date
Type Member Source Available No
Support Preferred Version 6.0
Change Unchanged Data Source Any
Output Type Integer Security None
Implementation LCAPI Sets Lasso 8.5, Lasso 8.0, Lasso 7.0, Lasso 6.0

Description

[Date->Second] returns integer seconds from 0 to 59 for a specified Lasso date/time cast using the [Date] tag.

Syntax

[(Date)->Seconds]

Parameters

No Parameters Required.

Examples

To return the seconds from a Lasso date:

The following example returns the seconds from the Lasso date 8/29/2002 12:30:42.

[(Date:'8/29/2002 12:30:42')->Second]

42